 |
CE Gobi SDK
2.7
GobiApi
|
1 #ifndef __GobiAPIDef_h__
2 #define __GobiAPIDef_h__
8 #define IMPORTGOBI extern "C" __declspec( dllexport )
9 #else //GOBIAPI_EXPORTS
12 #define IMPORTGOBI extern "C" __declspec( dllimport )
15 #define IMPORTGOBI __declspec( dllimport )
17 #endif //GOBIAPI_EXPORTS
21 #ifdef GOBIAPI_EXPORTS
22 #define SWIIMPORT extern "C" __declspec( dllexport )
23 #else //GOBIAPI_EXPORTS
26 #define SWIIMPORT extern "C" __declspec( dllimport )
29 #define SWIIMPORT __declspec( dllimport )
31 #endif //GOBIAPI_EXPORTS
34 #define SWICALLBACK __stdcall
35 #define SWICMAPI __stdcall
38 #define GOBICALLBACK __stdcall
39 #define GOBICMAPI __stdcall
41 #define GOBIAPI __cdecl
44 #ifdef GOBIAPI_EXPORTS
45 #define QCIMPORT2K extern "C" __declspec( dllexport )
46 #else //GOBIAPI_EXPORTS
49 #define QCIMPORT2K extern "C" __declspec( dllimport )
52 #define QCIMPORT2K __declspec( dllimport )
54 #endif //GOBIAPI_EXPORTS
57 #define QCCALLBACK2K __stdcall
58 #define QCWWANAPI2K __stdcall